home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 2002 #12
/
Amiga Plus CD - 2002 - No. 12.iso
/
Tools
/
Freeware
/
ttengine-5.0
/
Examples
/
MoreFonts
/
makefile
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
2002-10-14
|
268 b
|
12 lines
CF = -c -msmall-code -m68020 -fbaserel
morefonts: morefonts.o startup.o
gcc -s -o morefonts -nostartfiles -noixemul -msmall-code -fbaserel startup.o morefonts.o -lsmall
morefonts.o: morefonts.c
gcc $(CF) $<
startup.o: startup.c
gcc $(CF) -fwritable-strings $<